home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / misc / emu / QDOS1.lha / QLboot / devs / DOSDrivers / QL1 < prev   
Text File  |  1995-02-04  |  793b  |  27 lines

  1. /* QL file system entry
  2.  *
  3.  * This file enables reading and writing of QDOS (QL) disks on the built-in
  4.  * floppy drive normally referred to as DF1:. QL0 does the same for DF0. By
  5.  * creating new versions of this file and changing the Unit line to use other
  6.  * numbers, you can make the QLFileSystem available on other devices. For
  7.  * example, changing the value of Unit to 2 would create a mount file that
  8.  * would allow for QDOS floppies on DF2.
  9.  */
  10.  
  11. FileSystem     = L:QLFileSystem
  12. Device         = mfm.device
  13. Unit           = 1
  14. Flags          = 0
  15. Surfaces       = 2
  16. BlocksPerTrack = 9
  17. Reserved       = 0
  18. Interleave     = 0
  19. LowCyl         = 0
  20. HighCyl        = 79
  21. Buffers        = 21
  22. BufMemType     = 1
  23. StackSize      = 8000
  24. Priority       = 9
  25. GlobVec        = -1
  26. DosType        = 0x514C3541
  27.